home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTWinStringGrid.pas' rev: 3.00
-
- #ifndef AHMTWinStringGridHPP
- #define AHMTWinStringGridHPP
- #include <AHMFreeware.hpp>
- #include <Grids.hpp>
- #include <Controls.hpp>
- #include <ExtCtrls.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtwinstringgrid
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMWinStringGrid;
- class PASCALIMPLEMENTATION TAHMWinStringGrid : public Grids::TStringGrid
- {
- typedef Grids::TStringGrid inherited;
-
- private:
- Ahmfreeware::TAHMAboutFreeStr FAbout;
-
- protected:
- virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
-
- __published:
- __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
- __property Caption ;
- public:
- /* TStringGrid.Create */ __fastcall virtual TAHMWinStringGrid(Classes::TComponent* AOwner) : Grids::
- TStringGrid(AOwner) { }
- /* TStringGrid.Destroy */ __fastcall virtual ~TAHMWinStringGrid(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAHMWinStringGrid(HWND ParentWindow) : Grids::TStringGrid(
- ParentWindow) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtwinstringgrid */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtwinstringgrid;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTWinStringGrid
-